Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NIsFilter<T,TTargetType> Class
Members


In This Topic
    NIsFilter<T,TTargetType> Class
    In This Topic
    Filters objects that are instances of the specified type. You cannot create instances of this type and must always use the Instance singleton.
    Object Model
    NIsFilter<T,TTargetType> Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NIsFilter
        (Of T,TTargetType) 
       Implements INFilter(Of T) 
    'Usage
     
    
    Dim instance As NIsFilter(Of T,TTargetType)
    public sealed class NIsFilter<T,TTargetType> : INFilter<T>  
    Type Parameters
    T
    TTargetType
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NIsFilter<T,TTargetType>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also